home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June / CHIP 2006-06.2.iso / program / freeware / DOSBox0.65-win32-installer.exe / dosbox.conf < prev    next >
Encoding:
INI File  |  2006-03-29  |  5.9 KB  |  178 lines

  1. [sdl]
  2. # fullscreen -- Start dosbox directly in fullscreen.
  3. # fulldouble -- Use double buffering in fullscreen.
  4. # fullresolution -- What resolution to use for fullscreen: original or fixed size (e.g. 1024x768).
  5. # windowresolution -- Scale the window to this size IF the output device supports hardware scaling.
  6. # output -- What to use for output: surface,overlay,opengl,openglnb,ddraw.
  7. # autolock -- Mouse will automatically lock, if you click on the screen.
  8. # sensitiviy -- Mouse sensitivity.
  9. # waitonerror -- Wait before closing the console if dosbox has an error.
  10. # priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest.
  11. #             Second entry behind the comma is for when dosbox is not focused/minimized.
  12. # mapperfile -- File used to load/save the key/event mappings from.
  13. # usescancodes -- Avoid usage of symkeys, might not work on all operating systems.
  14.  
  15. fullscreen=false
  16. fulldouble=false
  17. fullresolution=original
  18. windowresolution=original
  19. output=surface
  20. autolock=true
  21. sensitivity=100
  22. waitonerror=true
  23. priority=higher,normal
  24. mapperfile=mapper.txt
  25. usescancodes=true
  26.  
  27. [dosbox]
  28. # language -- Select another language file.
  29. # memsize -- Amount of memory dosbox has in megabytes.
  30. # machine -- The type of machine tries to emulate:hercules,cga,tandy,pcjr,vga.
  31. # captures -- Directory where things like wave,midi,screenshot get captured.
  32.  
  33. language=
  34. machine=vga
  35. captures=capture
  36. memsize=16
  37.  
  38. [render]
  39. # frameskip -- How many frames dosbox skips before drawing one.
  40. # aspect -- Do aspect correction, if your output method doesn't support scaling this can slow things down!.
  41. # scaler -- Scaler used to enlarge/enhance low resolution modes.
  42. #           Supported are none,normal2x,normal3x,advmame2x,advmame3x,advinterp2x,advinterp3x,tv2x,tv3x,rgb2x,rgb3x,scan2x,scan3x.
  43.  
  44. frameskip=0
  45. aspect=false
  46. scaler=normal2x
  47.  
  48. [cpu]
  49. # core -- CPU Core used in emulation: simple,normal,full,dynamic.
  50. # cycles -- Amount of instructions dosbox tries to emulate each millisecond.
  51. #           Setting this higher than your machine can handle is bad!
  52. #           You can also let DOSBox guess the correct value by setting it to auto.
  53. #           Please note that this guessing feature is still experimental.
  54. # cycleup   -- Amount of cycles to increase/decrease with keycombo.
  55. # cycledown    Setting it lower than 100 will be a percentage.
  56.  
  57. core=normal
  58. cycles=3000
  59. cycleup=500
  60. cycledown=20
  61.  
  62. [mixer]
  63. # nosound -- Enable silent mode, sound is still emulated though.
  64. # rate -- Mixer sample rate, setting any devices higher than this will
  65. #         probably lower their sound quality.
  66. # blocksize -- Mixer block size, larger blocks might help sound stuttering
  67. #              but sound will also be more lagged.
  68. # prebuffer -- How many milliseconds of data to keep on top of the blocksize.
  69.  
  70. nosound=false
  71. rate=22050
  72. blocksize=2048
  73. prebuffer=10
  74.  
  75. [midi]
  76. # mpu401      -- Type of MPU-401 to emulate: none, uart or intelligent.
  77. # device      -- Device that will receive the MIDI data from MPU-401.
  78. #                This can be default,alsa,oss,win32,coreaudio,none.
  79. # config      -- Special configuration options for the device. In Windows put
  80. #                the id of the device you want to use. See README for details.
  81.  
  82. mpu401=intelligent
  83. device=default
  84. config=
  85.  
  86. [sblaster]
  87. # sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
  88. # sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
  89. # mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
  90. # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
  91. #            On auto the mode is determined by sblaster type.
  92. #            All OPL modes are 'Adlib', except for CMS.
  93. # oplrate -- Sample rate of OPL music emulation.
  94.  
  95. sbtype=sb16
  96. sbbase=220
  97. irq=7
  98. dma=1
  99. hdma=5
  100. mixer=true
  101. oplmode=auto
  102. oplrate=22050
  103.  
  104. [gus]
  105. # gus -- Enable the Gravis Ultrasound emulation.
  106. # gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the 
  107. #            Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
  108. # gusrate -- Sample rate of Ultrasound emulation.
  109. # ultradir -- Path to Ultrasound directory.  In this directory
  110. #             there should be a MIDI directory that contains
  111. #             the patch files for GUS playback.  Patch sets used
  112. #             with Timidity should work fine.
  113.  
  114. gus=true
  115. gusrate=22050
  116. gusbase=240
  117. irq1=5
  118. irq2=5
  119. dma1=3
  120. dma2=3
  121. ultradir=C:\ULTRASND
  122.  
  123. [speaker]
  124. # pcspeaker -- Enable PC-Speaker emulation.
  125. # pcrate -- Sample rate of the PC-Speaker sound generation.
  126. # tandy -- Enable Tandy Sound System emulation (off,on,auto).
  127. #          For auto Tandysound emulation is present only if machine is set to tandy.
  128. # tandyrate -- Sample rate of the Tandy 3-Voice generation.
  129. # disney -- Enable Disney Sound Source emulation.
  130.  
  131. pcspeaker=true
  132. pcrate=22050
  133. tandy=auto
  134. tandyrate=22050
  135. disney=true
  136.  
  137. [bios]
  138. # joysticktype -- Type of joystick to emulate: none, 2axis, 4axis,
  139. #                 fcs (Thrustmaster) ,ch (CH Flightstick).
  140. #                 none disables joystick emulation.
  141. #                 2axis is the default and supports two joysticks.
  142.  
  143. joysticktype=2axis
  144.  
  145. [serial]
  146. # serial1-4 -- set type of device connected to com port.
  147. #              Can be disabled, dummy, modem, directserial.
  148. #              Additional parameters must be in the same line in the form of
  149. #              parameter:value. Parameters for all types are irq, startbps, bytesize,
  150. #              stopbits, parity (all optional).
  151. #              for directserial: realport (required).
  152. #              for modem: listenport (optional).
  153. #              Example: serial1=modem listenport:5000
  154.  
  155. serial1=dummy
  156. serial2=dummy
  157. serial3=disabled
  158. serial4=disabled
  159.  
  160. [dos]
  161. # xms -- Enable XMS support.
  162. # ems -- Enable EMS support.
  163. # umb -- Enable UMB support (false,true,max).
  164.  
  165. xms=true
  166. ems=true
  167. umb=true
  168.  
  169. [ipx]
  170. # ipx -- Enable ipx over UDP/IP emulation.
  171.  
  172. ipx=false
  173.  
  174. [autoexec]
  175. # Lines in this section will be run at startup.
  176.  
  177.  
  178.